home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / The Hacks / F1Hack / F1Hack Source / CommonPrefix.h < prev    next >
Encoding:
Text File  |  2001-06-23  |  989 b   |  31 lines

  1. // ===========================================================================
  2. //    CommonCarbonPrefix.h        ©1999-2000 Metrowerks Inc. All rights reserved.
  3. // ===========================================================================
  4. //    Common options for a Carbon Target
  5.  
  6. // ---------------------------------------------------------------------------
  7. //    Carbon Target
  8.  
  9. #define PP_Target_Carbon        0
  10. #define    OTCARBONAPPLICATION        0
  11.  
  12. #define PP_Target_Classic        (!PP_Target_Carbon)
  13.  
  14. #define TARGET_API_MAC_CARBON    PP_Target_Carbon
  15. #define TARGET_API_MAC_OS8        PP_Target_Classic
  16.  
  17.  
  18. // ---------------------------------------------------------------------------
  19. //    Options
  20.     
  21. #define PP_Uses_PowerPlant_Namespace    0
  22. #define PP_Supports_Pascal_Strings        1
  23. #define PP_StdDialogs_Option            PP_StdDialogs_NavServicesOnly
  24.  
  25. #define    PP_Uses_Old_Integer_Types        0
  26. #define PP_Obsolete_AllowTargetSwitch    0
  27. #define PP_Obsolete_ThrowExceptionCode    0
  28. #define PP_Warn_Obsolete_Classes        1
  29.  
  30. #define PP_Suppress_Notes_21            1
  31.